From 2d1c4decb2fa52855a794457c5c19d41b98c9ac4 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 17 May 2006 23:22:21 +0000 Subject: [PATCH] Tweak tpo3 caps to match what Curt described. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2084 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/tpo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gpsbabel/tpo.c b/gpsbabel/tpo.c index d1fe86b9d..a24f6da5c 100644 --- a/gpsbabel/tpo.c +++ b/gpsbabel/tpo.c @@ -1937,8 +1937,7 @@ ff_vecs_t tpo2_vecs = { /* TPO 3.x format can read waypoints/tracks/routes */ ff_vecs_t tpo3_vecs = { ff_type_file, /* ff_type_internal */ -/* { ff_cap_none | ff_cap_none, ff_cap_read | ff_cap_write, ff_cap_none | ff_cap_none }, */ - { ff_cap_none | ff_cap_none, ff_cap_read, ff_cap_none | ff_cap_none }, + { ff_cap_read, ff_cap_read, ff_cap_read }, tpo_rd_init, tpo_wr_init, tpo_rd_deinit, -- 2.30.2